3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
QuickDraw 3D provides a routine that you can use to get the installed version of QuickDraw 3D.
You can use the Q3GetVersion function to get the version of the installed QuickDraw 3D software.
TQ3Status Q3GetVersion (
unsigned long *majorRevision,
unsigned long *minorRevision);
The Q3GetVersion function returns, in the majorRevision and minorRevision parameters, the major and minor revision numbers of the QuickDraw 3D software currently installed. See the description of the 'vers' resource in the book Inside Macintosh: Macintosh Toolbox Essentials for information about major and minor revision numbers.
Previous | QD3D Book | Overview | Chapter Contents | Next |